home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / Observer / ObservePattern.exe / 0 / RCDATA / TFORMOBSERVERABSTRACT / TFORMOBSERVERABSTRACT.txt
Encoding:
Text File  |  1999-10-08  |  510 b   |  24 lines

  1. object FormObserverAbstract: TFormObserverAbstract
  2.   Left = 373
  3.   Top = 282
  4.   Width = 400
  5.   Height = 348
  6.   Caption = 'FormObserverAbstract'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23. end
  24.